//==============================================================================
// javelin flaming_anim.txt
//==============================================================================

//==============================================================================
define trail
{ 
    TechLogic none/Flaming Weapons Active
	set hotspot
    {
        version
        {
            Visualparticle SFX Projectile Trail Javelin Flaming
        }
    }
	set hotspot
    {
        version
        {
            Visualparticle SFX Projectile Trail Javelin Flaming Fire
        }
    }
}

//==============================================================================
define Fire
{
   TechLogic none/Burning Pitch
   set hotspot
   {
      version
      {
         Visualnone jimmy
      }
   }   
   set hotspot
   {
      version
      {
         Visualparticle SFX A Burning Pitch Spear
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {      
     TechLogic none/Copper Weapons/Bronze Weapons/Iron Weapons
     set hotspot
     {
        version
        {
           Visual Attachments X Javelin
		   replaceTexture attachments a spear iron/Attachments A Spear Standard
			  connect ATTACHPOINT Fire hotspot
			  connect ATTACHPOINT trail hotspot
        }
     }
     set hotspot
     {
        version
        {
           Visual Attachments X Javelin
			  replaceTexture attachments a spear iron/Attachments A Spear Copper
			  connect ATTACHPOINT Fire hotspot
			  connect ATTACHPOINT trail hotspot
        }
     }
     set hotspot
     {
        version
        {
           Visual Attachments X Javelin
			  replaceTexture attachments a spear iron/Attachments A Spear Bronze
			  connect ATTACHPOINT Fire hotspot
			  connect ATTACHPOINT trail hotspot
        }
     }
     set hotspot
     {
        version
        {
           Visual Attachments X Javelin
			  replaceTexture Attachments A Spear Standard/Attachments A Spear Iron
			  connect ATTACHPOINT Fire hotspot
			  connect ATTACHPOINT trail hotspot
        }
     }
   }
}
